POST
/Job/GetLatestJobRunEventForJobs/
Gets the latest job run events for the specified jobs.
Request
Method
Request URI
POST
/API/Job/GetLatestJobRunEventForJobs/?sessionId=value
URI Parameters
URI Parameter
Description
sessionId
Current session ID.
Specifying via an Authorization request header instead is recommended.
Request Headers
Authorization: Bearer <Current session ID>
Request Body
Name:
jobIds
Type:
System.Collections.Generic.IList`1[System.Guid]
Response
Response Body
A list of
Dundas.BI.WebApi.Models.JobRunEventData
objects, or a status code indicating the problem.